-
Notifications
You must be signed in to change notification settings - Fork 1
feat: timetable frame v3 #1160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: timetable frame v3 #1160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ผ์
~ ์ ์ด๊ฑฐ๋ณด๋ฉด์ ๊ตฌ๊ธ๋ง ํ๋๋ผ ๊ณต๋ถ๋์ด์
ํ๋ํ๋ ์ฝ๋ ํ์คํ์ค ์ ์๊ธฐ๊ฒ ์ต๋๋ค.. ๊ณ ์ํ์
จ์ต๋๋ค~
|
||
@JsonNaming(value = SnakeCaseStrategy.class) | ||
public record TimetableFrameCreateRequestV3( | ||
@Schema(description = "ํ๊ธฐ ๋ ๋", example = "2019", requiredMode = REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A
๊ทธ๋ฅ ์ฐ๋๋ก ํ์ํด๋ ๊ด์ฐฎ์ ๊ฑฐ ๊ฐ์์!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ต ๋ฐ์ํ๊ฒ ์ต๋๋ค !
Integer id, | ||
|
||
@Schema(description = "์๊ฐํ ์ด๋ฆ", example = "์๊ฐํ1", requiredMode = REQUIRED) | ||
String timetableName, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C
TimetableFrame์ ๋ํ Response์ ๊ฐ์ด๋ผ๋ฉด ๊ทธ๋๋ก name ์จ๋ ๋์ง ์์๊น์?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name์ด ์ ์ ํด๋ณด์ ๋๋ค ! ๋ฐ์ํ๊ฒ ์ต๋๋ค.
return term; | ||
} | ||
} | ||
throw new KoinIllegalArgumentException("term ์์์ด ์๋ชป๋์ต๋๋ค."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A
์์ธ์ฒ๋ฆฌ ์๋ก ๋ง๋๋ ๊ฑด ๋ณ๋ก์ผ๊น์? ๐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ํฐ ๋ฌธ์ ๋ ์์ ๊ฒ ๊ฐ์ต๋๋ค..! ์ปค์คํ ์์ธ๊ฐ ๋ ๋ช ํํ๊ฒ ๋ค์ฉ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์๊ณ ๋ง์ผ์ จ์ต๋๋ค!! ๋ฌธ์ ์์ด ๊น๋ํ๊ฒ ์ ์์ฑํ๊ฒ๊ฐ์์
๐ฅ ์ฐ๊ด ์ด์
๐ ์์ ๋ด์ฉ
๐ฌ ๋ฆฌ๋ทฐ ์ค์ ์ฌํญ
timetableLecuture V3 ์ถฉ๋์ ๋ฐฉ์งํ๊ธฐ ์ํด timetableFrameRepository ์ฝ๋๋ฅผ ๋ช ๊ฐ ๊ธ์ด์์ต๋๋ค.
๋ฐฐ์ ํ์๊ณ ํ์ธํ์๋ฉด ๋ ๊ฒ ๊ฐ์ต๋๋ค.